home *** CD-ROM | disk | FTP | other *** search
- stopAllSounds();
- stop();
- if(_root.poison1 == 1 && _root.poison2 == 1 && _root.poison3 == 1)
- {
- _root.even14 = 1;
- }
- _root.txt_number = 0;
- i = 1;
- while(i < 40)
- {
- if(_root.inven["box" + i]._currentframe == 24 || _root.inven["box" + i]._currentframe == 25 || _root.inven["box" + i]._currentframe == 30)
- {
- _root.inven["box" + i].gotoAndStop(1);
- }
- i++;
- }
- if(_root.micon._currentframe == 24 || _root.micon._currentframe == 25 || _root.micon._currentframe == 30)
- {
- _root.micon.gotoAndStop(1);
- }
- _root.even34 = 1;
-